Command | Function |
---|
Cut | Cut the selected data and put in clipboard. |
Copy | Copy the selected data to clipboard. If the selected data is XML node(s), all the child nodes will be copied. |
Copy Special (Copy without Children) | Copy only the parent node(s). |
Copy Special (Copy Path) | Copy the XPath of the selected node(s). |
Paste | Paste the data in clipboard to the current location. XmlShell will try to interprete and parse the data as XML data. Data will be inserted as sibling nodes if possible. |
Paste Special (Paste Children) | Paste data as child nodes instead of sibling nodes. |
Insert Sibling | Reload the current file. Current changes will get lost. Users will be prompted to cancel or continue the command. |
Insert Child | A list of most recently opened files that users can select and open it. |
Duplicate Node | Quit XmlShell. |
Delete | Quit XmlShell. |
XmlTree Node Title (Full) | Show Tag + Text + Attributes for the node in the XmlTree View. |
XmlTree Node Title (Tag Name) | Show Tag for the node in the XmlTree View. |
XmlTree Node Title (Text) | Show Text for the node in the XmlTree View. |
XmlTree Node Title (Attributes) | Show Attributes for the node in the the XmlTree View. |
Expand All Children | Expand all the selected nodes in the XmlTree View and all their children. |
Collapse All Children | Collapse all the selected nodes in the XmlTree View and all their children. |
Expand | Expand all the selected nodes in the XmlTree View, not including their children. |
Collapse | Collapse all the selected nodes in the XmlTree View, not including their children. |